ul{
display: flex;
justify-content: space-around;
color: #ff8400; list-style: none;

}
a{
    color: #ff8400;
    background-color: transparent;
    text-decoration: underline;
  }

section {
    display: flex;
  }
  
  p {
    background-color:#505050;
    color: white;
    flex-direction: row;
    padding: 10px;
    margin:20px;
    justify-content: center;
    border-radius: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
  }